home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / qdhelp.zip / QDHLPSRC.ZIP / HPJCONFG.QDH < prev    next >
Text File  |  1994-01-27  |  1KB  |  37 lines

  1. //
  2. // hpjbuildtags command
  3. //
  4.  
  5. /topic HPJ_CONFIG_COMMAND
  6.  
  7.     /title The /hpjconfig command
  8.     /keywords /hpjconfig;commands
  9.     /browse hpjcom,AUTO
  10.  
  11.     /para \sa300
  12.     /text \b\i\fs40,The /hpjconfig command {\cf0\i0 (Win 3.1)}
  13.     /endpara
  14.  
  15.     /para \sa150
  16.       The /hpjconfig command has the following syntax:
  17.     /endpara
  18.  
  19.     /para \sa150
  20.       /text \b,/hpjconfig CONFIG DATA
  21.     /endpara
  22.  
  23.     /para \sa200
  24.       The /hpjconfig command is used to set data in the [CONFIG] section of
  25.       the .HPJ file.  The config section is used to hold macros that will be
  26.       executed when the help file is first started.  For example, if you want
  27.       to have left and right browse buttons in your help you would add the
  28.       following command to your .QDH file: \line
  29.       \//hpjconfig BrowseButtons() \line
  30.       This will cause the macro BrowseButtons() to be run on start up and
  31.       your help will have browse buttons on the button bar.  This is also
  32.       the place where you register other DLL (Dynamic Link Library) Routines
  33.       that you wish to call from within your help file.
  34.     /endpara
  35.  
  36. /endtopic
  37.